/* swiper */

.swiper-phone {
  display: none !important;
}

.swiper {
  height: 100%;
  overflow: hidden;
}

.swiper-button-next {
  background: url(../images/swiper_active2.png) no-repeat center !important;
  background-size: 19px 37px !important;
  right: 3% !important;
}

.swiper-button-prev {
  background: url(../images/swiper_active1.png) no-repeat center !important;
  background-size: 19px 37px !important;
  left: 3% !important;
}

.swiper-button-next.swiper-button-disabled {
  background: url(../images/swiper2.png) no-repeat center !important;
}

.swiper-button-prev.swiper-button-disabled {
  background: url(../images/swiper1.png) no-repeat center !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 43px !important;
  height: 3px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0;
  position: relative;
}
/* .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 43px !important;
  height: 3px !important;
  background-color: #fff;
} */
.swiper-pagination-bullet::after {
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -10px;
  width: 100%;
  content: "";
  cursor: pointer;
}
.swiper-pagination-bullet-active::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff !important;
  animation: point-animate 5.5s linear;
  content: "";
}
@keyframes point-animate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10% !important;
}

.icon-fanhuijiantou {
  font-size: 37px;
  color: white;
}

.sw .more {
  border-radius: unset;
}

/* 通过三大身份标签认识点为  开始 */
.authentication {
  padding: 120px 0 0;
  box-sizing: border-box;
}

.authentication .desc {
  /* font-size: 18px; */
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}

.authentication .authentication_box {
  display: flex;
}

.authentication .authentication_box .one {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}

.authentication .authentication_box .one::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: url(../images/cover.png) no-repeat bottom;
  background-size: 100% 50%;
  transition: all 0.8s;
}

.authentication .authentication_box .img {
  height: 100%;
}

.authentication .authentication_box img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.authentication .authentication_box .text {
  position: absolute;
  top: 20%;
  /* left: 11%; */
}

.authentication .authentication_box .text .sub {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  color: #fffefe;
}

.authentication .authentication_box .text .name {
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
}

.authentication .authentication_box .cover {
  position: absolute;
  bottom: -100%;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  transition: all 0.5s;
  z-index: 999;
}

.authentication .authentication_box .one:hover .cover {
  bottom: 60px;
  transition: all 0.5s;
}

.authentication .authentication_box .one:hover::after {
  transition: all 0.8s;
  bottom: 0;
}

.w {
  width: 87.5%;
  margin: 0 auto;
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* 通过三大身份标签认识点为  结束 */

/* 行业方案 */
.programme {
  background: url(../images/industry-bg.jpg);
}

.programme .title {
  color: #ffffff;
}

.industry {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
}

.industry-phone {
  display: none;
}

.industry > div {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.industry-ban {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-18%);
  text-align: center;
  z-index: 1;
}

.industry-text {
  font-size: 32px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  line-height: 1.8;
  font-weight: bold;
}

.industry-more {
  visibility: hidden;
  width: 189px;
  height: 52px;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  background-color: unset;
  border-radius: unset;
  line-height: 52px;
  margin: 35px auto 0;
  display: block;
}

.industry > div:hover .industry-more {
  visibility: unset;
  transition: all 0.5s;
}

.industry > div,
.industry-phone > div {
  position: relative;
}

.industry > div .cover,
.industry-phone > div .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 56, 101, 0.5);
  transition: all 0.5s;
  opacity: 0;
}

.industry > div:hover .cover {
  opacity: 1;
  transition: all 0.5s;
}

/* 产品服务 */

.service {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.service > div {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.service > div:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.service > div > img {
  width: 80px;
  height: auto;
  cursor: pointer;
}

.service > div > span {
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  transition: all 0.5s;
  margin-top: 10px;
  cursor: pointer;
}

.service > div > p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  margin-top: 20px;
  transition: all 0.5s;
  display: none;
  cursor: pointer;
}

.service > div:hover p,
.service > div:hover span {
  color: #ec1e24;
  transition: all 0.5s;
}

/* 地图 */
.rea {
  position: relative;
  background: #f8f8f8;
}

.map {
  width: 1050px;
  height: 720px;
  display: flex;
}

.map .chart {
  flex: 1;
}

.map .geo {
  width: 100%;
  height: 100%;
}

.rea-con {
  padding-top: 40px !important;
}

.technology {
  position: absolute;
  top: 48%;
  left: 60%;
  width: 38%;
}

.technology-title {
  font-size: 38px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333;
  line-height: 1.1;
}

.technology-box {
  width: 100%;
  position: relative;
}

.technology-text {
  margin-top: 30px;
  /* width: 68%; */
  width: 100%;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666666;
  line-height: 2;
  text-align: justify;
}

/* 数字滚动 */
.num-roll {
  padding: 65px 0 !important;
  box-shadow: 13px 13px 43px 0px rgba(236, 30, 36, 0.1);
  position: absolute;
  bottom: -28%;
  z-index: 10;
  background: #fff;
  display: flex;
  justify-content: space-around;
}

.measurement {
  font-size: 16px;
  font-family: "SourceHanSansCN-Regular";
  color: #666;
  line-height: 2;
}

.num-box {
  display: flex;
  align-items: baseline;
}

.num-box > div {
  font-size: 55px;
  font-family: Poppins;
  font-weight: bold;
  color: #ec1e24;
  margin-right: 10px;
}

.jia {
  font-size: 32px;
  font-family: Poppins;
  color: #ec1e24;
  line-height: 20px;
  display: inline-block;
  position: relative;
  top: -30px;
}

/* 合作伙伴 */
.partner-con {
  padding-top: 235px !important;
}

.partner {
  width: 100%;
  height: 100%;
  margin-top: 55px;
}

.partner-top {
  position: relative;
  overflow: hidden;
  height: 290px;
}

.text-box p {
  overflow: hidden;
  height: 110px;
  overflow-y: auto;
  padding: 0 11px 0 0;
}

.text-box p::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 25px;
}

.text-box p::-webkit-scrollbar-thumb {
  background: rgba(2, 88, 157, 0.6);
  border-radius: 25px;
}

.text-box p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

.swiper-partner {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-partner .swiper-wrapper {
  width: 74%;
  margin: 0 auto;
}

.swiper-partner .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.partner-button-next,
.partner-button-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
}

.partner-button-next i,
.partner-button-prev i {
  font-size: 28px;
  color: #ffffff;
}

.partner-button-next {
  right: 8.5%;
}

.partner-button-prev {
  left: 8.5%;
}

.partner-button-prev i {
  display: inline-block;
  transform: rotate(180deg);
}

.yh {
  width: 34px;
  height: 31px;
  display: inline-block;
}

.yh:nth-of-type(1) {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
}

.yh:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-box {
  position: relative;
  margin-top: 25px;
}

.text-box p,
.partner-txt {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #ffffff;
  line-height: 2;
}

.partner-txt {
  margin-top: 45px;
  text-align: right;
}

.logo-box {
  display: flex;
  width: 100%;
  height: 100%;
}

.logo-box > div {
  width: calc(100% / 6);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #eaeef9;
  padding: 10px;
  box-sizing: border-box;
}
.logo-box > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}
.logo-box > div > img {
  max-width: 85% !important;
  max-width: 100% !important;
  height: auto;
  width: auto;
  display: block;
}
.logo-box p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666;
  text-align: center;
  line-height: 1.3;
}
.partner-bottom {
  height: 245px;
  position: relative;
  box-shadow: 0px 9px 35px 0px rgba(0, 0, 0, 0.06);
}

.swiper-bpartner {
  height: 100%;
}

.swiper-bpartner .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-bpartner .swiper-slide {
  border-bottom: 1px solid #f0f3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: auto;
}

.swiper-bpartner .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 新闻动态 */
.news {
  background: #f8f8f8;
}

.news .title {
  width: 100%;
}

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.watch a {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  line-height: 1.8;
}

.new-box {
  width: 100%;
  margin-top: 45px;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
}

.new-box > div {
  /* width: calc((100% - 74px) / 3); */
  transition: all 0.5s;
}

.new-box > div img {
  transition: all 0.5s;
}

.new-box > div:hover {
  box-shadow: 0px 9px 35px 0px rgb(0 0 0 / 10%);
  transition: all 0.5s;
}

.new-box > div:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.new-box > div:hover p {
  color: #ec1e24;
  transition: all 0.5s;
}

.new-img,
.new-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.new-text {
  padding: 36px 42px;
  background: #ffffff;
}

.new-text p:nth-child(1) {
  font-size: 20px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  line-height: 1.4;
  transition: all 0.5s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new-text p:nth-child(2) {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  color: #666666;
  line-height: 2;
  margin-top: 32px;
  transition: all 0.5s;
}

@media screen and (max-width: 1600px) {
  .technology {
    left: 63%;
  }
}

@media screen and (max-width: 1440px) {
  .new-text p:nth-child(1) {
    font-size: 18px;
  }
  .service > div > span {
    font-size: 20px;
  }
  .authentication .desc {
    font-size: 20px;
  }
  .authentication .authentication_box .text .sub {
    font-size: 20px;
  }
  .technology {
    left: 62%;
  }

  .map .geo {
    left: -8%;
  }

  .authentication .authentication_box .text .name {
    font-size: 28px;
  }

  .authentication .authentication_box .one:hover .cover {
    bottom: 40px;
  }

  .industry-text {
    font-size: 28px;
  }

  .industry-more {
    width: 170px;
    height: 47px;
    line-height: 47px;
  }

  .num-box > div {
    font-size: 47px;
  }

  .technology-title {
    font-size: 30px;
  }

  .map {
    transform: scale(0.9);
  }

  .partner-con {
    padding-top: 150px !important;
  }

  .authentication {
    padding: 100px 0 0;
  }
  .logo-box p {
    transform: scale(0.9);
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  /* .logo-box {
    flex-wrap: wrap;
  }
  .logo-box > div {
    width: calc(100% / 4);
    height: 50%;
  } */
  .logo-box > div {
    justify-content: start;
  }
  .logo-box > div:nth-child(4n) {
    border-right: unset;
  }
  .service > div > span {
    font-size: 18px;
  }
  .new-text p:nth-child(1) {
    font-size: 16px;
  }
  .authentication .desc {
    font-size: 18px;
  }
  .swiper-bpartner .swiper-slide .logo-box > div > div {
    transform: scale(0.8);
  }

  .authentication {
    padding: 80px 0 0;
  }

  .authentication .authentication_box .text .sub {
    font-size: 18px;
  }

  .authentication .authentication_box .text .name {
    font-size: 24px;
  }
  .authentication .authentication_box .cover {
    line-height: 25px;
  }
  .industry-text {
    font-size: 24px;
  }

  .industry-more {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .technology-box {
    height: 545px;
  }

  .map {
    transform: scale(0.8);
    position: relative;
    left: -9%;
    top: -17%;
  }

  .technology {
    left: 68%;
    top: 41%;
  }

  /* .technology-title {
    font-size: 25px;
  } */

  .num-box > div {
    font-size: 39px;
  }

  .jia {
    font-size: 24px;
    top: -20px;
  }

  .num-roll {
    padding: 45px 0 !important;
    width: 100%;
  }

  .partner-con {
    padding-top: 120px !important;
  }

  .partner {
    margin-top: 40px;
  }

  .partner-txt {
    margin-top: 25px;
  }

  .new-box {
    margin-top: 35px;
  }

  .yh:nth-of-type(1) {
    top: -12px;
  }

  .text-box p,
  .partner-txt {
    width: 84%;
  }

  .new-text {
    padding: 22px 28px;
  }

  .new-text p:nth-child(2) {
    margin-top: 25px;
  }

  .authentication .authentication_box .one:hover .cover {
    bottom: 20px;
  }

  .partner-button-next i,
  .partner-button-prev i {
    font-size: 24px;
  }
  /* .logo-box p {
    font-size: 14px;
    transform: scale(0.8);
  } */
}

@media (max-width: 1100px) {
  .map {
    left: -19%;
  }
}

@media (max-width: 1024px) {
  .authentication .authentication_box .text .sub {
    font-size: 15px;
  }
  .new-text p:nth-child(2) {
    font-size: 14px;
  }
  .technology-text {
    font-size: 14px;
  }
  .industry-text {
    /* font-size: 16px; */
    line-height: 32px;
  }
  .authentication .authentication_box .text .name {
    font-size: 20px;
  }

  .authentication .authentication_box .cover {
    font-size: 14px;
  }
  .swiper-bpartner .swiper-slide .logo-box > div > div {
    transform: scale(0.7);
  }

  .next-ph {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 33%;
  }

  .authentication .desc {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .authentication .authentication_box .one {
    width: 100%;
  }

  .authentication .authentication_box img {
    width: 100%;
  }
  .service {
    margin-top: 40px;
  }

  .service > div {
    margin-bottom: 40px;
  }

  .service > div > img {
    transform: scale(0.8);
  }

  .service > div > p {
    margin-top: 0;
    text-align: center;
    font-size: 14px;
  }

  .service > div > span {
    text-align: center;
  }

  .industry-more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 15px auto 0;
  }

  .technology-box {
    height: auto;
  }

  .technology-box {
    height: 650px;
  }

  .technology {
    left: 0%;
    top: auto;
    bottom: 7%;
    width: 100%;
  }

  .partner-txt {
    margin-top: 10px;
  }

  .text-box p,
  .partner-txt {
    font-size: 14px;
  }

  .partner-button-prev {
    left: 1.5%;
  }

  .partner-button-next {
    right: 1.5%;
  }

  .swiper-partner .swiper-wrapper {
    width: 84%;
  }

  .partner {
    margin-top: 20px;
  }

  .technology-title {
    font-size: 22px;
  }

  .num-box > div {
    font-size: 30px;
  }
  .num-roll {
    bottom: -18%;
  }
  .logo-box {
    flex-wrap: wrap;
  }

  .logo-box > div {
    width: calc(100% / 3);
    height: 50%;
    border-bottom: 1px solid #eaeef9;
    padding: 10px;
    box-sizing: border-box;
  }

  .logo-box > div:nth-child(3n) {
    border-right: unset;
  }
  .logo-box > div:nth-child(4n) {
    border-right: 1px solid #eaeef9;
  }
  .partner-con {
    padding-top: 110px !important;
  }

  .partner-button-next i,
  .partner-button-prev i {
    font-size: 20px;
  }

  .yh img {
    transform: scale(0.7);
  }

  .map {
    left: 50%;
    transform: translateX(-50%) scale(0.7);
  }

  .map .geo {
    left: 0;
  }
  .logo-box p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .new-box {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 20px;
  }

  .new-box > div {
    width: 100%;
  }

  .new-box > div a {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
  }

  .new-box .new-img {
    width: 33%;
  }

  .new-text {
    flex: 1;
  }

  .new-text p:nth-child(2) {
    margin-top: 8px;
  }

  .new-text {
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .swiper-phone {
    display: block !important;
  }
  .num-roll {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 20px 0;
    padding: 20px 0 !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .authentication .authentication_box .text .sub,
  .service > div > span {
    font-size: 16px;
  }
  .industry-text {
    font-size: 20px;
  }
  .service > div {
    width: 48%;
    margin-bottom: 0;
    margin-top: 30px;
    justify-content: space-between;
  }
  .industry {
    display: none;
  }
  .industry-phone {
    margin-top: 40px;
    display: block;
  }

  .industry-phone .swiper-slide:hover .industry-more {
    visibility: unset;
  }
  .industry-phone .swiper-slide:hover .cover {
    opacity: 1;
  }
  .programme .container {
    padding-bottom: 0;
  }
  .logo-box p {
    /* font-size: 14px; */
    /* transform: scale(0.7); */
    margin-top: -8px;
    /* width: 155px; */
  }
  .logo-box > div > div {
    width: auto;
  }
  .swiper-bpartner .swiper-slide .logo-box > div > div {
    transform: scale(0.5);
    margin-top: -9px;
    height: 60px;
  }
  .partner-bottom {
    height: 200px;
  }
  .programme .container {
    padding-top: 60px !important;
  }

  .authentication .authentication_box {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-gap: 30px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 3% !important;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    background-size: 10px 20px !important;
  }

  .authentication .desc {
    margin-top: 5%;
    margin-bottom: 16px;
    line-height: 2;
    font-size: 16px;
  }

  .service {
    justify-content: space-between;
    margin-top: 30px;
  }

  .service > div:nth-child(1),
  .service > div:nth-child(2) {
    margin-top: 0;
  }

  .industry-phone {
    margin-top: 30px;
  }

  .technology-box {
    height: 420px;
  }

  .map {
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.34);
    top: -57%;
    overflow-x: hidden;
  }
  .map .geo,
  .map .chart {
    overflow: hidden;
  }
  .technology {
    left: auto;
    bottom: 17%;
  }

  .technology-title {
    font-size: 20px;
  }

  .technology-text {
    line-height: 1.5;
    width: 100%;
  }

  .num-roll {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    text-align: center;
    grid-gap: 20px 0;
    padding: 20px 0 !important;
    justify-content: center;
    width: 100%;
    bottom: -30%;
  }

  .num-box {
    justify-content: center;
  }

  .num-box > div {
    font-size: 25px;
    width: 49%;
    text-align: right;
  }

  .measurement {
    width: 49%;
    text-align: left;
    font-size: 16px;
  }

  .jia {
    font-size: 20px;
    top: -12px;
  }

  .new-box {
    grid-template-columns: repeat(1, 100%);
  }

  .logo-box > div > img {
    transform: scale(0.8);
  }

  .partner-top img {
    width: auto;
  }

  .partner-top {
    height: 210px;
  }
  .text-box {
    margin-top: 15px;
  }
  .partner-button-next,
  .partner-button-prev {
    top: 50%;
  }

  .yh img {
    transform: scale(0.5);
  }

  .yh:nth-of-type(1) {
    left: -18px;
  }

  .yh:nth-of-type(2) {
    right: -18px;
  }

  .new-box .new-img img {
    height: auto;
  }

  .new-box > div a {
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .new-text {
    padding: 10px;
  }

  .num-box > div {
    margin-right: 0;
  }
  .swiper-partner {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}
